CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - des 明文

搜索资源列表

  1. DES

    0下载:
  2. 用vc++实现des算法,此算法主要实现简单的明文加密、解密-Des algorithm with explicit encryption, decryption! ! !
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:4000
    • 提供者:李阳
  1. DES

    0下载:
  2. 本代码可实现给定明文的加密,加密内容需放在代码中方可实现,编译运行后即可看到明文及密文和解密后的明文-This code can be realized for a given plaintext encryption, encrypted content need to be placed in the code could be attained, the compiler and the running you can see the plaintext and decrypt ciphe
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:3906
    • 提供者:杨一
  1. 16bitsDES3DES(TDES)V1.0

    0下载:
  2. 3Des互换工具,可以实现明文转换为密文,可以密文转明文。-3Des swap tool, you can achieve plaintext into ciphertext, you can switch to plaintext ciphertext.
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:97848
    • 提供者:dingchaohai
  1. EncryptDectyptTool_Src

    3下载:
  2. 写了一个文件加解密工具(VC9+OPENSSL) CA程序: 生成2个RSA密钥对,分别保存为PEM格式,密码保护私钥,文件名为“RSAPrivateKey.pem”和“RSAPublicKey.pem”。 加密: 将指定明文文件加密,密文件格式自已定义,要求文件内容用对称算法(3des)加密,对称密钥(KEY)为随机生成,随机密钥用“RSAPrivateKey.pem”的公钥加密后,存放在密文文件头内(KEY1);对明文文件做摘要计算(HASH),将计算结果用“RSAP
  3. 所属分类:加密解密

    • 发布日期:2013-01-12
    • 文件大小:1098012
    • 提供者:张希行
  1. DES

    0下载:
  2. DES算法将明文分成64位大小的众多数据块,即分组长度为64位,同时用56位密钥对64位明文信息加密,最终形成64位的密文。如果明文长度不足64位,则将其扩展为64位(如补零等方法)。-DES algorithm is divided into 64-bit plaintext data block size, number of that packet length is 64, while using 56-bit key for 64-bit plaintext message encry
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-31
    • 文件大小:13615471
    • 提供者:肖胜鹏
  1. DES

    0下载:
  2. DES完整的加解密算法,使用C语言实现,经过测试,可以运行。 明文分组长64比特。有效主密钥长56比特,根据密钥生成算法,由主密钥生成16个48比特的子密钥。 该算法共16轮,每轮使用一个子密钥。 在进行16轮加密之前,先对明文做一个初始置换IP。 每一轮加密的轮函数f为: . 在16轮加密之后,对比特串L16R16换位为R16 L16,做逆置换IP-1,从而得到密文C。 -DES encryption algorithm is complete, use the C l
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-22
    • 文件大小:3623
    • 提供者:曹云青
  1. DES

    0下载:
  2. 输入明文以及密钥,用DES算法产生密文,或者输入密文以及密钥,产生明文-Input plaintext and the key, use the DES algorithm to generate cipher text, or input ciphertext and the key to produce plaintext
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-05
    • 文件大小:4445
    • 提供者:xy
  1. DES

    0下载:
  2. 采用des原理对文本文件内容进行加密,将加密后的密文保存,输入密钥后,自动解密。并将解密后的明文保存起来-Principles of the contents of the file using des encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-03
    • 文件大小:960051
    • 提供者:ff
  1. des

    0下载:
  2. 简单的实现DES加密解密的源码。有默认的测试明文和密钥。-Simply implementating DES encryption and decryption. There is A default test plaintext and key.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:3869
    • 提供者:李淑怡
  1. DES(delphi)

    0下载:
  2. 强大的DES加密解密程序。 提供密钥后, 提供任意文件,生成加密后的密文。 提供任意文件,生成解密后的明文。-Strong DES encryption and decryption process. Provide any file, generate the encrypted ciphertext. Provide any documents, generate decrypted plaintext.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:197437
    • 提供者:李淑怡
  1. DES

    0下载:
  2. 强大的DES加密解密程序。 给8位字符作为密钥, 输入任何文件,输出加密后的密文。 输入任何文件,输出解密后的明文。 测试过输入可执行文件加密解密后仍然可执行。-Strong DES encryption and decryption process. To 8-bit characters as the key, enter any file, the output encrypted ciphertext. Enter any file, the output decr
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-08
    • 文件大小:1957720
    • 提供者:李淑怡
  1. DES

    0下载:
  2. DES算法为密码体制中的对称密码体制,又被成为美国数据加密标准,是1972年美国IBM公司研制的对称密码体制加密算法。其密钥长度为56位,明文按64位进行分组,将分组后的明文组和56位的密钥按位替代或交换的方法形成密文组的加密方法。 -DES algorithm in symmetric key cryptography system, also known as the United States Data Encryption Standard, was developed in 197
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:4453
    • 提供者:Laura
  1. DES

    0下载:
  2. 对称算法又称为传统密码算法。对称算法的对称性体现在加密密钥能够从解密密钥推算出来, 反之亦然。在大多数对称算法中, 加解密的密钥是相同的。可见, 对称密钥算法的加解密密钥都是保密的。对称密钥算法又分为两种分组密码和流密码。分组密码将明文分割为若干个定长的数据块称为一个分组, 每次对一个分组进行处理流密码又称序列密码, 依次对输人每个元素进行处理。DES算法是一种最通用的对称密钥算法, 属于分组密码算法。-Symmetric algorithm, also known as the tradit
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:86380
    • 提供者:王风
  1. des

    0下载:
  2. DES加密解密的实现,可以分别输入明文与密文,还可以选择ecb/cbc/cfb/ofb等工作模式,以及NoPadding和Pkcs5Padding等填充模式-DES encryption and decryption implementations can input plaintext and ciphertext ecb/cbc/cfb/ofb work mode, you can also choose to fill mode NoPadding and Pkcs5Padding
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-11-19
    • 文件大小:8586
    • 提供者:chen
  1. DES-java

    0下载:
  2. 64位明文通过初始置换,在经过与密钥相关的16次处理,前后32位交换,在经过逆初始置换,得到64为密文-64 definite orders through the initial permutation, in undergo and key related 16 processing, around 32 exchanges, are undergoing the counter initial permutation, obtains 64 is the scrambled text
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-27
    • 文件大小:2748
    • 提供者:杨雪艳
  1. des-algorithm

    0下载:
  2. 揭秘DES基础加密过程,已知明文和密钥的情况下求解加密得出的L和R二进制-a program whitch demystify DES algorithm
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-05-16
    • 文件大小:4193018
    • 提供者:黄泰
  1. DES

    0下载:
  2. DES是一个迭代分组密码,它使用56比特长度密钥加密64比特长度明文获得64比特长度的密文。它的轮函数使用的是Feistel结构,迭代的轮数为16轮。-DES is an iterated block cipher, it uses 56 bits encryption key 64 bits 64 bit length plaintext ciphertext. Its round function is using the Feistel structure, iterative round
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-30
    • 文件大小:225093
    • 提供者:林海鹏
  1. Des

    0下载:
  2. * 对加密密码进行解密方法 * @param key 加密的密钥 10进制(12345678) password为16进制字符串如(BED3FB28576F2BB0) 要先转为2进制 返回解密的密码明文 * @param password * @return-des encrpt
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-21
    • 文件大小:6072
    • 提供者:wumin
  1. DES

    0下载:
  2. DES算法的C语言实现,有示例明文密钥文件,包含完整的工程文件,编译通过。-The C language implementation of the DES algorithm, example of plaintext key file contains a complete project file and compile.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:668961
    • 提供者:RAINY
  1. DES

    0下载:
  2. Java语言编写DES算法,采用64位密钥加密64位明文,该算法将明文分为左右两部分-Written in Java DES, 64-bit key to encrypt the 64 plaintext, the algorithm will be expressly divided into left and right parts ...
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:15595
    • 提供者:陈俊逸
« 1 2 34 5 6 7 8 9 »
搜珍网 www.dssz.com